-
Notifications
You must be signed in to change notification settings - Fork 121
Simplify Hardware into a Swift package - Sources only #15744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Generated by 🚫 Danger |
|
|
67deb52 to
952948e
Compare
9e6eb7c to
85bf6ec
Compare
0aec18c to
9660145
Compare
| buildConfiguration = "Release" | ||
| revealArchiveInOrganizer = "YES"> | ||
| </ArchiveAction> | ||
| </Scheme> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This scheme is just a temporary clutch to run the tests in isolation. Once the tests become part of the package, it'll all be done via the package's scheme.
85bf6ec to
4192a53
Compare
9660145 to
7bdc4dd
Compare
179b5dc to
176c9a8
Compare
7bdc4dd to
8c82f5e
Compare
joshheald
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, tested card payments on a simulator and building to the watch as well (which doesn't even use Hardware, but just in case... twice shy!)

Description
See https://linear.app/a8c/issue/AINFRA-510.
Based on top of #15742 and based off the original work from #15678 .
This first PR moves the Storage sources from being a framework to being a Swift package. There is nothing noteworthy in the code.
Steps to reproduce & Testing information
See green CI. Also check out the prototype build.
RELEASE-NOTES.txtif necessary. — N.A.